home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 32
/
PC Gamer IT CD 32 2-2.iso
/
drivers
/
videodrv
/
cyrrus
/
CL5480
/
OS2
/
INSTALL.RSP
< prev
next >
Wrap
Text File
|
1996-09-06
|
2KB
|
42 lines
*----------------------------------------------------------------------------
* Response File for installation of Cirrus Video Card drivers.
*
* Only two lines are required in order to automate installation.
*
* The first is the write mode. The two choices are:
* REFRESH = Will not overwrite a file a newer date than the source file.
* OVERWRITE = Will overwrite all files regardless of the date.
*
* Examples are:
* write_mode = REFRESH
* write_mode = OVERWRITE
*----------------------------------------------------------------------------
write_mode = OVERWRITE
*----------------------------------------------------------------------------
* The second is the selection of the initial resolution.
*
* Initial Resolution is specified as follows
*
* initial_resolution = (
* x = 640
* y = 480
* bpp = 8
* refreshrate = 60;
* )
*
* Please be aware when selection these modes that there are no guarentees
* that the mode selected will work on every video card/monitor combination
* so choosing a lower resolution / refreshrate / bits per pixel might be
* a good thing to do during automated installation.
*
* Choices for these should be valid, so please consult your manual and choose
* a valid x, y, bpp, and refreshrate value for your configuration.
*----------------------------------------------------------------------------
initial_resolution = ( x = 800
y = 600
bpp = 8
refreshrate = 70 )